home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_276 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  317 b   |  20 lines

  1. on(release){
  2.    b = 0;
  3.    StartIt = true;
  4.    if(0 < SendCount)
  5.    {
  6.       if(eval("_root:SoundOff") == 0)
  7.       {
  8.          tellTarget("_root.ButtonPress")
  9.          {
  10.             gotoAndPlay(2);
  11.          }
  12.       }
  13.       gotoAndPlay(16);
  14.    }
  15.    else
  16.    {
  17.       getUrl("AnecdoteMessage", "");
  18.    }
  19. }
  20.